home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-01 / zendisk1.zip / LST8-8.ASM < prev    next >
Assembly Source File  |  1990-02-15  |  158b  |  11 lines

  1. ;
  2. ; *** Listing 8-8 ***
  3. ;
  4. ; The accumulator-specific immediate-addressing form of CMP.
  5. ;
  6.     call    ZTimerOn
  7.     rept    1000
  8.     cmp    al,1
  9.     endm
  10.     call    ZTimerOff
  11.